projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48038a0
)
(custom-deps): Set EMACSLOADPATH explicitly.
author
Andrew Innes
<andrewi@gnu.org>
Sat, 6 Jan 2001 21:07:39 +0000
(21:07 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Sat, 6 Jan 2001 21:07:39 +0000
(21:07 +0000)
lisp/makefile.w32-in
patch
|
blob
|
history
diff --git
a/lisp/makefile.w32-in
b/lisp/makefile.w32-in
index 0c996515a292df039434cf733f9be0406b35f4b2..2efad045a5a73bbb683aca85bea95f555f203fb5 100644
(file)
--- a/
lisp/makefile.w32-in
+++ b/
lisp/makefile.w32-in
@@
-120,7
+120,8
@@
cus-load.el:
touch $@
custom-deps: cus-load.el doit
@echo Directories: $(WINS)
- $(emacs) -l cus-dep --eval $(ARGQUOTE)(setq find-file-hooks nil)$(ARGQUOTE) -f custom-make-dependencies $(lisp) $(WINS)
+ set EMACSLOADPATH=$(lisp)
+ -$(SETLOADPATH) $(emacs) -l cus-dep --eval $(ARGQUOTE)(setq find-file-hooks nil)$(ARGQUOTE) -f custom-make-dependencies $(lisp) $(WINS)
finder-inf.el:
echo (provide $(SQUOTE)finder-inf)>> $@